home *** CD-ROM | disk | FTP | other *** search
- on mouseDown me
- puppetSound("Single Click")
- set the castNum of sprite the spriteNum of me to the number of member "volupBTN dn"
- updateStage()
- repeat while the stillDown
- nothing()
- end repeat
- set the castNum of sprite the spriteNum of me to the number of member "volupBTN"
- updateStage()
- volumeUp()
- end
-
- on mouseEnter me
- member("rolloverDisplayText").text = "Volume up"
- end
-
- on mouseLeave me
- member("rolloverDisplayText").text = " "
- end
-